kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.collections
/
[JS]Set
/
isEmpty
is
Empty
JS
abstract
override
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
Returns
true
if the collection is empty (contains no elements),
false
otherwise.